Tag results found for "Micro Processors" in Questions.
Question
Pisini Yagna Venkata Bhanu Pradeep
4 years ago
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 429
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 430
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 437
Question
Pisini Yagna Venkata Bhanu Pradeep
4 years ago
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 429
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 430
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 437
Question
Pisini Yagna Venkata Bhanu Pradeep
4 years ago
Answer
Read Mode
Answer posted by Manish Matta
4 years ago
PROGRAMMING STEPS OF THE COUNTER AND TIMER OF THE 8051 MICRO CONTROLLER :
1. Load the TMOD register indicating which timer is used and which MOD is to be selected.
2. Load TL & TH with initial count values.
3. Start the timer.
4. Keep monitoring the TF flag come out of the loop when TF = 1.
5. Stop the timer.
6. Clear the TF flag to continue the next counting.
7. Again reload TH & TL.
EXAMPLE PROGRAM:
MOV TMOD,#o1H
BACK: MOV TL0,#F2
MOV TH0,#FFH
CPL P1.0
LCALL DELAY
SJMP BACK
DELAY: SETB TR0
AGAIN: JNB TF0,AGAIN
CLR TRO
CLR TFO
RET
3
Question
Pisini Yagna Venkata Bhanu Pradeep
4 years ago
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 429
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 430
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 437
Question
Pisini Yagna Venkata Bhanu Pradeep
4 years ago
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 429
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 430
Warning: Trying to access array offset on value of type bool in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/userhome/tag.phtml on line 437
Useful Files
Users Joined
Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Saumya Shukla
3 days ago
Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
M AJAY KUMAR
4 days ago
Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Venkata rupesh
6 days ago
Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
GANESH
6 days ago
Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
Chaitanya
1 week ago
x
Loading...